@charset "UTF-8";
/* CSS Document wgh 2019-07*/

/*
-----------------------------内页样式start-----------------------------
*/
.paddingBox{
	padding:0 20px 20px;
	background: #fff;
}
/*单篇+文章页start*/

/*newsView*/
.viewShare{
	position:relative;
	height:36px;
	line-height: 36px;
	padding: 0 20px;
}
.viewShare a{
	float: right;
    display: inline;
    width: 85px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    background: url(../images/goBack.png) 10px center no-repeat;
    font-size: 16px;
    color: #666;
    border: 1px solid #e6e6e6;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.viewShare a:hover{
	border-color: #0065b4;
	color: #fff;
	background:  #0065b4 url(../images/goBack1.png) 10px center no-repeat;
}
.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artCon {
	padding: 20px 50px;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artShare {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.artShare .bdsharebuttonbox {
	padding: 0;
}

.artShare .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	padding-left: 0;
	margin: 0;
}

.artShare .bdsharebuttonbox a.bds_sqq {
	background: url(../images/qq1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin {
	background: url(../images/wx1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
	background: url(../images/ti1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tsina {
	background: url(../images/wb1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq:hover {
	background: url(../images/qq2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin:hover {
	background: url(../images/wx2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq:hover {
	background: url(../images/ti2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tsina:hover {
	background: url(../images/wb2.png) center center no-repeat;
}


.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0px 10px 0 10px;
	line-height: 35px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333;
	font-weight: bold;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	color: #333333;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}

.pageUp div {
	height: 34px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.pageUp a {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.pageUp div a:hover {
	color: #0065b4;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*全图列表页start*/
/*电子期刊start*/
.w_imgList {
	overflow: hidden;
	margin-right: -20px;
	padding-top: 5px;
}

.w_imgList dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 20px;
}

.w_imgList dd .con {
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.w_imgList dd .a {
	display: block;
}

.w_imgList dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList dd .pic:before {
	display: block;
	content: '';
	padding-top: 133.333%;
}

.w_imgList dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.w_imgList dd .text {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList dd:hover .text {
	color: #0065b4;
}

.w_imgList dd .con:hover {
	box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*电子期刊end*/


/*荣誉类表start*/
.honor {
	overflow: hidden;
	margin-right: -20px;
	padding-top: 5px;
}

.honor dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 20px;
}

.honor dd .con {
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background: #fff;
}

.honor dd .a {
	display: block;
}

.honor dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.honor dd .pic:before {
	display: block;
	content: '';
	padding-top: 72%;
}

.honor dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: contain;
}

.honor dd .con .text {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.honor dd .con:hover .text {
	color: #0065b4;
}

.honor dd .con:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*荣誉类表end*/

/*全图类表start*/
.w_imgList1{
	overflow: hidden;
	margin-right: -20px;
	padding-top: 5px;
}

.w_imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 20px;
}

.w_imgList1 dd .con {
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background: #fff;
}

.w_imgList1 dd .a {
	display: block;
}

.w_imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.6667%;
}

.w_imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: contain;
}

.w_imgList1 dd .con .text {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList1 dd .con:hover .text {
	color: #0065b4;
}

.w_imgList1 dd .con:hover {
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.12);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*全图列表页end*/

/*图文列表页start*/
.imgText1 {
	overflow: hidden;
}

.imgText1 dd{
	overflow: hidden;
	padding: 30px 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	position: relative;
}
.imgText1 dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1200px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	background: #e6e6e6;
	
}
.imgText1 dd .con{
	overflow: hidden;
}
.imgText1 dd .pic {
	width: 330px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.6667%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	padding-top: 5px;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 18px;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #777;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 8px;
}

.imgText1 dd .text .time {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
}

.imgText1 dd .text .time span {
	float: left;
	display: inline;
}

.imgText1 dd .text .time em {
	float: left;
	display: inline;
	font-style: normal;
	margin: 0 15px;
}

.imgText1 dd:hover .text .title a {
	color: #0065b4;
}
.moreBtn{
	width:100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.moreBtn a{
	display: block;
	height: 100%;
	color: #666;
	font-size: 14px;
}
.moreBtn:hover{
	background: #0065b4;
	border-color: #0065b4;
}
.moreBtn a:hover{
	color: #fff;
}
/*图文列表页end*/

/*全文列表页start*/

.textList1 {
	overflow: hidden;
	padding: 0 30px;
}

.textList1 dd {
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #eee;
}

.textList1 dd a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.textList1 dd a em {
	width: 4px;
	height: 4px;
	background: #aaa;
	float: left;
	display: inline;
	margin: 23px 10px 0 0;
}

.textList1 dd span {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 30px;
	font-size: 12px;
	color: #999;
}

.textList1 dd:hover a {
	color: #0065b4;
}

/*全文列表页end*/

/*招聘列表页start*/

/*招聘列表页end*/
.ruirectList1{
	padding: 50px;
}
.recruitSlideBox {
	overflow: hidden;
}

.recruitTitle {
	padding-left: 30px;
}

.recruit1 {
	position: relative;
}

.recruitTitle {
	background: #0065b4;
}

.recruitTitle dd {
	font-size: 16px;
	float: left;
	display: inline;
	width: 85px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.recruitTitle dd.dd7{width: 35px;}
.recruitTitle dd.dd4{
	width:75px;
}
.recruitTitle dd + dd {
	text-align: center;
	margin-left: 62px;
}

.recruitList {
	overflow: hidden;
}

.recruitList dd {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 30px;
	color: #656565;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
	font-size: 14px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 85px;
	margin-right: 62px;
	color: #333;
	min-height: 1px;
}
.recruitList dd .recruitT .text.text4{
	width: 75px;
}
.recruitList dd .recruitT .text.text7{
	width: 35px;
}
.recruitList dd .recruitT .text.text6{
	margin-right: 0;
}
.recruitList dd .recruitT .text + .text {
	text-align: center;
}

.recruitList dd .recruitT .btn {
	font-size: 16px;
	float: right;
	display: inline;
	width: 90px;
	height: 60px;
}

.recruitList dd .recruitT .btn a {
	color: #333;
}

.recruitList dd:hover .recruitT {
	background-color: #0065b4;
}
.recruitList dd:hover .recruitT .text{
	color: #fff;
}
.recruitList dd:hover .recruitT .btn a {
	color: #fff;
}

/*招聘列表页end*/

/*招聘详情start*/
.recruitC{
	padding: 50px;
}
.viewTitle {
    height: 90px;
    border-bottom: 1px solid #f0f0f0;
}

.viewTitle em {
    display: block;
    font-style: normal;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

.viewTitle span {
    font-size: 14px;
    color: #999;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 36px;
    font-size: 16px;
    color: #555;
}

.recruitTable table tr td {
    border: none;
}

.recruitTable table span {
    margin-right: 20px;
}

.recruitText {
    overflow: hidden;
    font-size: 16px;
    color: #555;
    line-height: 35px;
}

.recruitText span {
    height: 45px;
    line-height: 45px;
    display: block;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.recruitText span:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #0065b4;
    left: 0;
    top: 13px;
}

.recruitBtn {
    overflow: hidden;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb503;
    margin: 0 auto;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}
.file{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #008000;
}
.file a{
	display: block;
	height: 100%;
	color: #008000;
}
.notice{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ff8003;
}
/*招聘详情end*/

/*招聘表单start*/

/* 应聘表单 */

.subPopBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	display: none;
}

.subPopCont {
	width: 880px;
	height: 650px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 70px 0 50px;
}

.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
	width: 1000px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 36px;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 36px;
	border: none;
	box-sizing: border-box;
}

.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;
}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #666666;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 100px;
}

.contactBt a {
	display: inline-block;
	width: 200px;
	height: 52px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 52px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #0065b4;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: -30px;
	top: -30px;
}

.layui-layer-ico {
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 30px;
	height: 30px;
	margin-left: 0;
}
.joinForm_dl dd .uploadR .webuploader-pick{
	padding: 0 15px;
}
/*招聘表单end*/

/*留言start*/
.messageBox {
    padding: 50px 100px 0;
    overflow: hidden;
}

.messageTitle .title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #454545;
}

.messageTitle .lead {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.formDl {
    overflow: hidden;
    margin-right: -80px;
}

.formDl dd {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 30px;
}

.formDl dt {
    margin-bottom: 30px;
	width: 1000px;
}
.formDl dt .xin{
	height: 198px;
	line-height: 396px;
}
.formDl dd .con {
    margin-right: 80px;
}

.formBox .title {
    width: 85px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
}

.formBox .title span {
    float: left;
    display: inline;
    width: 65px;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
}

.formBox .title span.span1 {
    letter-spacing: 2em;
}

.formBox .title span.span2 {
    letter-spacing: 0.5em;
}

.formBox .title i {
    display: block;
    overflow: hidden;
    font-style: normal;
    width: 20px;
    text-align: center;
}

.formBox .xin {
    width: 18px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 16px;
    color: #d6000f;
}

.formDiv {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dedede;
}

.formDiv .formIpt {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

.formarea {
    height: 196px;
    width: 893px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.formarea .texa {
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.formIpt::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: #ccc;
}

.formIpt:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #ccc;
}

.formIpt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #ccc;
}

.formIpt::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: #ccc;
}

.texa::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa:-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa::-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa:-ms-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

.formBox .code {
    width: 105px;
    height: 36px;
    margin: 0 15px;
}

.formBox .code img {
    display: block;
    width: 100%;
    height: 100%;
}

.huan {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

.sexBox {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.sexBox .sex {
    float: left;
    display: inline;
    padding-left: 40px;
    font-size: 16px;
    color: #555;
    background: url(../images/sel.png) center center no-repeat;
}

.sexBox .sex.selected {
    background: url(../images/sel1.png) center center no-repeat;
}

.submint {
    overflow: hidden;
    padding-bottom: 55px;
    margin-left: 85px;
}

.submint dd {
    float: left;
    display: inline;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d0d0d0;
    margin-right: 26px;
    border-radius: 4px;
}

.submint dd a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.submint dd:nth-child(1) {
    background: #ffb503;
}
.replyBox{
	padding: 35px 40px;
}
.replyDl dd.dd{
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.replyDl dd.dd .user .usertDl{
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	background: #f4f4f4;
}
.replyDl dd.dd .user .usertDl dd{
	float: left;
	display: inline;
	height: 38px;
	line-height: 38px;
	margin: 0 15px;
	padding-right: 25px;
	color: #147c7c;
	font-size: 14px;
}
.replyDl dd.dd .user .con{
	height: 50px;
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	line-height: 25px;
}
.replyDl dd.dd .admin{
	overflow: hidden;
}
.replyDl dd.dd .admin .text{
	line-height: 26px;
	padding: 5px 15px;
	font-size: 14px;
	color: #666;
}
.replyDl dd.dd .admin .time{
	line-height: 26px;
	padding: 5px 15px;
	font-size: 14px;
	color: #666;
}
/*留言end*/


/*联系我们start*/
.contactBox{
	padding:30px;
}
.contactC{
	border: 1px solid #e6e6e6;
	overflow: hidden;
	margin-bottom:30px;
}
.contactC .map{
	width: 760px;
	height: 410px;
	background: #f00;
}
.contactFr{
	overflow: hidden;
	padding-left: 25px;
}
.conTitle{
	line-height: 30px;
	font-size: 22px;
	color: #333;
	padding: 50px 0 15px;
	margin-bottom: 8px;
}
.contactWay div{
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding-right: 20px;
}
/*联系我们end*/

/*team start*/
.teamList dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	transition: 0.4s ease;
	top: 0;
}
.teamList dd .pic{
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin-right: 7px;
	padding: 20px 25px 20px 20px;
	border-radius: 3px;
	background: #fff;
}
.teamList dd .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teamList dd .divR{
	overflow: hidden;
	background: #fff;
	height: 280px;
	padding: 20px;
}
.teamList dd .divR .divT{
	clear: both;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #000;
	font-size: 26px;
	width: 800px;
    margin: 0 auto;
}
.teamList dd .divR .divT a{
    color: #333;
}
.teamList .divT span{
    font-size: 14px;
    color: #666;
}
.teamList dd .divR .txt{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #666;
    height: 150px;
	margin-bottom: 10px;
}
.teamLine{
	width:55px;
	height:280px;
	position:absolute;
	left:220px;
	top:20px;
	background:url(../images/leaderBg.png) repeat-y left top;
}
.teamList dd:hover{
    top: -4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.teamList dd .divR .moreBtn{
	margin-left: 50px;
}
/*team end*/

/*发展历程*/
.courseBox{
    position: relative;
    padding: 40px;
	width: 1120px;
}
.course .bt2{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9;
}
.courseBox .bt2.prev{
	left: 0;
    background: #b5b5b5 url(../images/btPrev.png) no-repeat center center;
}
.courseBox .bt2.prev:hover{
    background: #0065b4 url(../images/btPrev.png) no-repeat center center;
}
.courseBox .bt2.next{
	right: 0;
    background: #b5b5b5 url(../images/btNext.png) no-repeat center center;
}
.courseBox .bt2.next:hover{
    background: #0065b4 url(../images/btNext.png) no-repeat center center;
}
.courseBox .course_ul li p em,
.courseBox .course_ul li p i{
    background: #b2dcfd;
}
.courseBox .course_ul li p span{
    background: #b5b5b5;
}
.courseBox .course_ul li.on p span{
    background: #0065b4;
}
.courseBox .course_ul li span{
    color:#555;
}
.courseBox .course_ul li.on span{
    color:#0065b4;
}
.courseBox .courseLine{
    top: 102px;
    background: #d5d5d5;
}

.event .eventY_ul li{
    color:#666;
}
.event .eventY_ul li.on{
    color:#0065b4;
}
.event .eventBox .prev {
    background: url(../images/btPrev.png) no-repeat center center;
}
.event .eventBox .next {
    background: url(../images/btNext.png) no-repeat center center;
}
.event .eventIntr{
    color:#666;
}

.course{
    /*overflow: hidden;*/
    position: relative;
}
.course .hd{
    height: 120px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    width: 840px;
}
.courseLine1{
    display: block;
    width: 0px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 62px;
    z-index: 1;
    background: #00a5a8;
}
.course_ul{
    width: 20000px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.course_ul li{
    width: 120px;
    overflow: hidden;
    float: left;
    display: inline;
    cursor: pointer;
}
.course_ul li span{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color:#fff;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.course_ul li.on span{
    font-size: 24px;
    font-weight: bold;
    color:#fdc22a;
}
.course_ul li p{
    display: block;
    width: 14px;
    position: relative;
    margin: 0px auto;
    padding: 15px 0px;
}
.course_ul li p span{
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.course_ul li p i{
    width: 24px;
    height: 24px;
    background: #000;
    overflow: hidden;
    border: 1px solid #b2dcfd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0px 0px -13px;
    z-index: 2;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.course_ul li p em{
    width: 38px;
    height: 38px;
    background: #000;
    overflow: hidden;
    border: 1px solid #00a5a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    z-index: 1;
    -webkit-transition: all 0.55s linear;
    -o-transition: all 0.55s linear;
    transition: all 0.55s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.course_ul li.on p i{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.course_ul li.on p em{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.course_ul li.on p span{
    background: #00a5a8;
}
.courseLine{
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0px;
    top: 322px;
    z-index: 2;
}
.courseLine i{
    display: block;
    width: 0px;
    height: 1px;
    overflow: hidden;
    background: #00a5a8;
    position: absolute;
    left: 0px;
    top: 0px;
}
.course .bd{
    height: 290px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px #e2e2e2;
    box-shadow: 0px 0px 8px #e2e2e2;
}
.course_dl{
    overflow: hidden;
}
.course_dl dd{
    overflow: hidden;
}
.courseCont{
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.courseL{
    width: 375px;
    overflow: hidden;
    margin-right: 30px;
}
.courseL a{
    display: block;
    padding-top: 61.333333333%;
    overflow: hidden;
}
.courseR{
    overflow: hidden;
}
.courseYear{
    overflow: hidden;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    color:#666;
}
.courseYear i{
    font-size: 24px;
    color:#0065b4;
    overflow: hidden;
    padding-right: 10px;
    font-style: normal;
}
.courseDeta{
    overflow: hidden;
    height: 175px;
}
.courseCont_ul{
    padding-right: 25px;
    overflow: hidden;
}
.courseCont_ul li{
    overflow: hidden;
    font-size: 14px;
    color:#888;
    line-height: 28px;
    padding-bottom: 10px;
}
.aboutRow2 .wrap{
    position: relative;
    z-index: 3;
}
.aboutRow2Bg{
    width: 100%;
    height: 630px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.courseBox .scroll{
    width: 100%;
    height: 175px;
    overflow-y: auto;
    float: left;
}
.courseDeta .scroll_container {
    overflow: hidden;
    position: relative;
}
.courseDeta .scroll_absolute {
    position: absolute;
}
.courseDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.courseDeta:hover .scroll_vertical_bar{
    opacity: 1;
}
.courseDeta .scroll_track {
    position: relative;
    background-color: #cecece;
}
.courseDeta .scroll_drag {
    position: relative;
    top: 0;
    left: -2px;
    width: 6px;
    cursor: pointer;
    background-color: #00a5a8;
}
.container1 .scroll_arrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}


.bdCont{
    margin: 0px auto;
    position: relative;
}
.bdEm{
    width: 30px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/courseTrangle.png) no-repeat center center;
}
/* 发展历程 end */
/*
-----------------------------内页样式end-----------------------------
*/
